home *** CD-ROM | disk | FTP | other *** search
- #ifndef __AETHREADS__
- #define __AETHREADS__
- #pragma once
-
- #ifndef __APPLEEVENTS__
- #include <AppleEvents.h>
- #endif
- #ifndef __THREADS__
- #include <Threads.h>
- #endif
-
- pascal OSErr AEInstallThreadedEventHandler(
- AEEventClass theAEEventClass,
- AEEventID theAEEventID,
- AEEventHandlerProcPtr proc,
- long handlerRefcon,
- ThreadOptions options,
- Size stacksize);
-
- #endif // __AETHREADS__